TOTAL DVD CHAPTERS

This command will determine the number of chapters on a DVD.

  Syntax
Return Integer=TOTAL DVD CHAPTERS(Animation Number, Title Number)
  Parameters
Animation Number
Integer
This value specifies the animation number, between 1 and 32
Title Number
Integer
This value specifies the title number, between 1 and 99

  Returns

This value is the number of chapters contained in the specified title of the DVD volume. A value of zero means the title value does not contain any chapters and can be treated as a non existent title.

  Example Code
LOAD DVD ANIMATION 1
PRINT TOTAL DVD CHAPTERS(1,1)
WAIT KEY
  See also

ANIMATION Commands Menu
Index